home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Freeware / Adobe Air 1.5 / AdobeAIRInstaller.exe / setup.swf / scripts / nl$effects_properties.as < prev    next >
Encoding:
Text File  |  2008-10-29  |  522 b   |  22 lines

  1. package
  2. {
  3.    import mx.resources.ResourceBundle;
  4.    
  5.    public class nl$effects_properties extends ResourceBundle
  6.    {
  7.       public function nl$effects_properties()
  8.       {
  9.          super("nl","effects");
  10.       }
  11.       
  12.       override protected function getContent() : Object
  13.       {
  14.          return {
  15.             "incorrectTrigger":"The Zoom effect can not be triggered by a moveEffect trigger.",
  16.             "incorrectSource":"Source property must be a Class or String."
  17.          };
  18.       }
  19.    }
  20. }
  21.  
  22.